Skip to main content

2.9.2. Query string parameters

ParameterDescriptiontypeIs it Mandatory to complete the field?
docNumberfiscal document IDstring
employeeNamefiscal document numberstring
amountdocument amount in kopecksinteger
currencycurrency namestring

Code:​

{
"docNumber": "string, document number in the accounting system, optional",
"employeeName": "string, cashier's full name",
"amount": "integer, document amount in kopecks",
"currency": "string, currency name"
}